Manager: Control Manager



Carbon supports most Control Manager functions, with the following changes:

* The C-style, lowercase versions of Control Manager function names are no longer supported. If your application uses any Control Manager lowercase function names, you must replace them with their uppercase equivalents.

* Custom control definition procedures (also known as CDEFs), must be compiled as PowerPC-native code, and can not be stored as resources. See the Carbon Porting Guide for more information.

* Your application must use the functions defined by the Control Manager to create and dispose of Control Manager data structures. For example, instead of directly creating and disposing of control records, applications must call the Control Manager functions GetNewControl and DisposeControl.

* Your application must use Control Manager accessor functions to accesses Control Manager data structures.

* You are encouraged to adopt the standard Mac OS control definition procedures in your application. Applications that use the standard control definition procedures inherit the Mac OS human interface appearance. Applications that use custom control definition procedures will work correctly, but because custom definition procedures invoke their own drawing routines, Mac OS 8 can't draw these applications with the current appearance.

Supported  ActivateControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  AddDataBrowserItems

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  AddDataBrowserListViewColumn

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  AddDataBrowserTableViewColumn

Supported  AdvanceKeyboardFocus

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  AutoEmbedControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  AutoSizeDataBrowserListViewColumns

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  CallControlActionProc

Supported  CallControlDefProc

Supported  CallControlEditTextValidationProc

Supported  CallControlKeyFilterProc

Supported  CallControlUserPaneActivateProc

Supported  CallControlUserPaneBackgroundProc

Supported  CallControlUserPaneDrawProc

Supported  CallControlUserPaneFocusProc

Supported  CallControlUserPaneHitTestProc

Supported  CallControlUserPaneIdleProc

Supported  CallControlUserPaneKeyDownProc

Supported  CallControlUserPaneTrackingProc

Supported  ChangeControlPropertyAttributes

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  ClearKeyboardFocus

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  CloseDataBrowserContainer

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  ControlActionProcPtr

Under Evaluation  ControlCNTLToCollectionProcPtr

Under Evaluation  ControlColorProcPtr

Supported  ControlDefProcPtr

Supported  ControlEditTextValidationProcPtr

Supported  ControlKeyFilterProcPtr

Unsupported  ControlNotificationProcPtr

QuickTime control notification functions are not supported in Carbon.

Supported  ControlUserPaneActivateProcPtr

Supported  ControlUserPaneBackgroundProcPtr

Supported  ControlUserPaneDrawProcPtr

Supported  ControlUserPaneFocusProcPtr

Supported  ControlUserPaneHitTestProcPtr

Supported  ControlUserPaneIdleProcPtr

Supported  ControlUserPaneKeyDownProcPtr

Supported  ControlUserPaneTrackingProcPtr

Under Evaluation  CopyControlTitleAsCFString

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  CountSubControls

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  CreateBevelButtonControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateBevelButtonControl_New

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateChasingArrowsControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateCheckBoxControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateCheckBoxControl_New

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateCheckGroupBoxControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateCheckGroupBoxControl_New

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateClockControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  CreateCustomControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  CreateDataBrowserControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateDisclosureButtonControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateDisclosureTriangleControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateDisclosureTriangleControl_New

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateEditTextControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateEditTextControl_New

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateGroupBoxControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateGroupBoxControl_New

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateIconControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateImageWellControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateListBoxControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateLittleArrowsControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreatePictureControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreatePlacardControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreatePopupArrowControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreatePopupButtonControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreatePopupButtonControl_New

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreatePopupGroupBoxControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreatePopupGroupBoxControl_New

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateProgressBarControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreatePushButtonControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreatePushButtonControl_New

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreatePushButtonWithIconControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreatePushButtonWithIconControl_New

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateRadioButtonControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateRadioButtonControl_New

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateRadioGroupControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateRelevanceBarControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  CreateRootControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  CreateRoundButtonControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateScrollBarControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateScrollingTextBoxControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateSeparatorControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateSliderControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateStaticTextControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateStaticTextControl_New

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateTabsControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateTabsControl_New

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateUserPaneControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  CreateWindowHeaderControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DataBrowserAcceptDragProcPtr

Under Evaluation  DataBrowserAddDragItemProcPtr

Under Evaluation  DataBrowserCompareProcPtr

Under Evaluation  DataBrowserDrawItemProcPtr

Under Evaluation  DataBrowserEditItemProcPtr

Under Evaluation  DataBrowserGetContextualMenuProcPtr

Under Evaluation  DataBrowserGetHelpContentProcPtr

Under Evaluation  DataBrowserGetSetItemDataProcPtr

Under Evaluation  DataBrowserHitTestProcPtr

Under Evaluation  DataBrowserItemAcceptDragProcPtr

Under Evaluation  DataBrowserItemDragRgnProcPtr

Under Evaluation  DataBrowserItemNotificationProcPtr

Under Evaluation  DataBrowserItemProcPtr

Under Evaluation  DataBrowserItemReceiveDragProcPtr

Under Evaluation  DataBrowserPostProcessDragProcPtr

Under Evaluation  DataBrowserReceiveDragProcPtr

Under Evaluation  DataBrowserSelectContextualMenuProcPtr

Under Evaluation  DataBrowserTrackingProcPtr

Supported  DeactivateControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  DisableControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  DisposeControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  DisposeControlActionUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  DisposeControlCNTLToCollectionUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  DisposeControlColorUPP

Available in Mac OS 8.5 and later when Carbon 1.1 or later is present.

Supported  DisposeControlDefUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  DisposeControlEditTextValidationUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  DisposeControlKeyFilterUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  DisposeControlUserPaneActivateUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  DisposeControlUserPaneBackgroundUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  DisposeControlUserPaneDrawUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  DisposeControlUserPaneFocusUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  DisposeControlUserPaneHitTestUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  DisposeControlUserPaneIdleUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  DisposeControlUserPaneKeyDownUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  DisposeControlUserPaneTrackingUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  DisposeDataBrowserAcceptDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserAddDragItemUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserCompareUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserDrawItemUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserEditItemUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserGetContextualMenuUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserGetHelpContentUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserGetSetItemDataUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserHitTestUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserItemAcceptDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserItemDragRgnUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserItemNotificationUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserItemReceiveDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserItemUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserPostProcessDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserReceiveDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserSelectContextualMenuUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  DisposeDataBrowserTrackingUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  DragControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  dragcontrol

Use DragControl instead. Not available in Carbon.

Supported  Draw1Control

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  DrawControlInCurrentPort

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  DrawControls

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  DumpControlHierarchy

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  EmbedControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  EnableControl

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  EnableDataBrowserEditCommand

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  ExecuteDataBrowserEditCommand

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  FindControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  findcontrol

Use FindControl instead. Not available in Carbon.

Supported  FindControlUnderMouse

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  FlattenControl

Supported  ForEachDataBrowserItem

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GDBShowControlHierarchy

Supported  GDBShowControlInfo

Supported  GetAuxiliaryControlRecord

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetBestControlRect

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetBevelButtonContentInfo

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetBevelButtonMenuHandle

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetBevelButtonMenuValue

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetControl32BitMaximum

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Supported  GetControl32BitMinimum

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Supported  GetControl32BitValue

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Supported  GetControlAction

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetControlBounds

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  GetControlByID

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  GetControlClickActivation

Available in Mac OS 9, and later when Carbon 1.0.2 or later is present.

Unsupported  GetControlColorTable

Custom control color tables are not supported in Carbon.

Under Evaluation  GetControlCommandID

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Unsupported  GetControlComponentInstance

This QuickTime function for manipulating controls is not supported in Carbon.

Supported  GetControlData

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetControlDataHandle

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetControlDataSize

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  GetControlDefinition

There is no longer a CDEF resource handle associated with a given control instance. Control definitions on Carbon are associated with an instance via a ControlDefSpec structure.

If you use GetControlDefinition as a means of replacing the control defproc at runtime with code that lives inside your own application (as opposed to a CDEF resource), you no longer ned this function, because the defproc packaging model for Carbon already allows you to store a defproc within your application. (See CreateCustomControl and RegisterControlDefinition.)

If you use GetControlDefinition as a means of replacing the given definition with one of your own, and then calling through to the original one as desired, you no longer need this function. The Carbon Event Manager allows this sort of "patching" mechanism cleanly; you can intercept Carbon events which are destined for a given control and replace or augment the behavior.

If you use GetControlDefinition as a means of calling the definition directly, use SendControlMessage instead.

Supported  GetControlFeatures

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  GetControlHandleFromCookie

This QuickTime function for manipulating controls is not supported in Carbon.

Supported  GetControlHilite

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  GetControlID

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  GetControlKind

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetControlMaximum

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetControlMinimum

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetControlOwner

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  GetControlOwningWindowControlList

You must use the appropriate embedding hierarchy accessors instead: GetRootControl, CountSubControls, GetIndSubControl, and so on.

Supported  GetControlPopupMenuHandle

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetControlPopupMenuID

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetControlProperty

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Under Evaluation  GetControlPropertyAttributes

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetControlPropertySize

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Supported  GetControlReference

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetControlRegion

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Supported  GetControlTitle

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  getcontroltitle

Use GetControlTitle instead. Not available in Carbon.

Supported  GetControlValue

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetControlVariant

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetControlViewSize

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Supported  GetDataBrowserActiveItems

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetDataBrowserCallbacks

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserColumnViewDisplayType

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserColumnViewPath

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserColumnViewPathLength

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetDataBrowserCustomCallbacks

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserEditData

Under Evaluation  GetDataBrowserEditItem

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserEditText

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetDataBrowserHasScrollBars

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetDataBrowserItemCount

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemDataBooleanValue

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemDataButtonValue

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemDataDateTime

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemDataDrawState

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemDataIconTransform

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemDataLongDateTime

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemDataMaximum

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemDataMenuRef

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemDataMinimum

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemDataProperty

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemDataRGBColor

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemDataText

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemDataValue

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemPartBounds

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetDataBrowserItems

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserItemState

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserListViewDisclosureColumn

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserListViewHeaderBtnHeight

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserListViewUsePlainBackground

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserPropertyFlags

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetDataBrowserScrollBarInset

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetDataBrowserScrollPosition

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserSelectionAnchor

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetDataBrowserSelectionFlags

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetDataBrowserSortOrder

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetDataBrowserSortProperty

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserTableViewColumnCount

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserTableViewColumnPosition

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserTableViewColumnProperty

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserTableViewColumnWidth

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserTableViewGeometry

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserTableViewHiliteStyle

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserTableViewItemID

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserTableViewItemRow

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserTableViewItemRowHeight

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserTableViewNamedColumnWidth

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  GetDataBrowserTableViewRowHeight

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetDataBrowserTarget

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetDataBrowserUserState

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetDataBrowserViewStyle

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  GetImageWellContentInfo

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetIndexedSubControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetKeyboardFocus

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetNewControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  GetNextControl

The GetNextControl function is not supported in Carbon. Use the Control Manager's embedding hierarchy functions (CreateRootControl, GetRootControl, EmbedControl, AutoEmbedControl, GetSuperControl, GetIndexedSubControl, and SetControlSupervisor) to determine control ordering instead.

Supported  GetRootControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetSuperControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  GetTabContentRect

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  HandleControlClick

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  HandleControlContextualMenuClick

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  HandleControlDragReceive

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  HandleControlDragTracking

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  HandleControlKey

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  HandleControlSetCursor

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  HideControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  HiliteControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  IdleControls

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  InitDataBrowserCallbacks

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  InitDataBrowserCustomCallbacks

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  InvokeControlActionUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  InvokeControlCNTLToCollectionUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  InvokeControlColorUPP

Available in Mac OS 8.5 and later when Carbon 1.1 or later is present.

Supported  InvokeControlDefUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  InvokeControlEditTextValidationUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  InvokeControlKeyFilterUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  InvokeControlUserPaneActivateUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  InvokeControlUserPaneBackgroundUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  InvokeControlUserPaneDrawUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  InvokeControlUserPaneFocusUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  InvokeControlUserPaneHitTestUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  InvokeControlUserPaneIdleUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  InvokeControlUserPaneKeyDownUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  InvokeControlUserPaneTrackingUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  InvokeDataBrowserAcceptDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserAddDragItemUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserCompareUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserDrawItemUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserEditItemUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserGetContextualMenuUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserGetHelpContentUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserGetSetItemDataUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserHitTestUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserItemAcceptDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserItemDragRgnUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserItemNotificationUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserItemReceiveDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserItemUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserPostProcessDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserReceiveDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserSelectContextualMenuUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  InvokeDataBrowserTrackingUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  IsAutomaticControlDragTrackingEnabledForWindow

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  IsControlActive

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  IsControlDragTrackingEnabled

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  IsControlEnabled

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  IsControlHilited

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  IsControlVisible

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  IsDataBrowserItemSelected

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  IsValidControlHandle

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Supported  KillControls

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  MoveControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  MoveDataBrowserSelectionAnchor

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  NewControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  newcontrol

Use NewControl instead. Not available in Carbon.

Supported  NewControlActionProc

Supported  NewControlActionUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  NewControlCNTLToCollectionUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  NewControlColorUPP

Available in Mac OS 8.5 and later when Carbon 1.1 or later is present.

Supported  NewControlDefProc

Supported  NewControlDefUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  NewControlEditTextValidationProc

Supported  NewControlEditTextValidationUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  NewControlKeyFilterProc

Supported  NewControlKeyFilterUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  NewControlUserPaneActivateProc

Supported  NewControlUserPaneActivateUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  NewControlUserPaneBackgroundProc

Supported  NewControlUserPaneBackgroundUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  NewControlUserPaneDrawProc

Supported  NewControlUserPaneDrawUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  NewControlUserPaneFocusProc

Supported  NewControlUserPaneFocusUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  NewControlUserPaneHitTestProc

Supported  NewControlUserPaneHitTestUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  NewControlUserPaneIdleProc

Supported  NewControlUserPaneIdleUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  NewControlUserPaneKeyDownProc

Supported  NewControlUserPaneKeyDownUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  NewControlUserPaneTrackingProc

Supported  NewControlUserPaneTrackingUPP

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  NewDataBrowserAcceptDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserAddDragItemUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserCompareUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserDrawItemUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserEditItemUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserGetContextualMenuUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserGetHelpContentUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserGetSetItemDataUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserHitTestUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserItemAcceptDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserItemDragRgnUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserItemNotificationUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserItemReceiveDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserItemUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserPostProcessDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserReceiveDragUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserSelectContextualMenuUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  NewDataBrowserTrackingUPP

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  OpenDataBrowserContainer

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Unsupported  PreFilterEventProc

This QuickTime function for manipulating controls is not supported in Carbon.

Under Evaluation  RegisterControlDefinition

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  RemoveControlProperty

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Supported  RemoveDataBrowserItems

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  RemoveDataBrowserTableViewColumn

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  RevealDataBrowserItem

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  ReverseKeyboardFocus

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SendControlMessage

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  SetAutomaticControlDragTrackingEnabledForWindow

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetBevelButtonContentInfo

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetBevelButtonGraphicAlignment

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetBevelButtonMenuValue

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetBevelButtonTextAlignment

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetBevelButtonTextPlacement

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetBevelButtonTransform

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetControl32BitMaximum

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Supported  SetControl32BitMinimum

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Supported  SetControl32BitValue

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Supported  SetControlAction

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetControlBounds

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  SetControlColor

Custom control color tables are not supported in Carbon. Not available in Carbon.

Under Evaluation  SetControlColorProc

Available in Mac OS 8.5 and later when Carbon 1.1 or later is present.

Unsupported  SetControlColorTable

Custom control color tables are not supported in Carbon.

Under Evaluation  SetControlCommandID

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetControlData

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetControlDataHandle

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  SetControlDefProc

This QuickTime function for manipulating controls is not supported in Carbon.

Under Evaluation  SetControlDragTrackingEnabled

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetControlFontStyle

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  SetControlID

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetControlMaximum

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetControlMinimum

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  SetControlOwner

Not used on Mac OS X.

Supported  SetControlPopupMenuHandle

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetControlPopupMenuID

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetControlProperty

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Supported  SetControlReference

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetControlSupervisor

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetControlTitle

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  setcontroltitle

Use SetControlTitle instead. Not available in Carbon.

Under Evaluation  SetControlTitleWithCFString

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetControlValue

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetControlViewSize

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Supported  SetControlVisibility

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetDataBrowserActiveItems

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetDataBrowserCallbacks

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserColumnViewDisplayType

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserColumnViewPath

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetDataBrowserCustomCallbacks

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserEditItem

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserEditText

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetDataBrowserHasScrollBars

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserItemDataBooleanValue

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserItemDataButtonValue

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserItemDataDateTime

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserItemDataDrawState

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserItemDataIcon

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserItemDataIconTransform

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserItemDataItemID

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserItemDataLongDateTime

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserItemDataMaximum

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserItemDataMenuRef

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserItemDataMinimum

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserItemDataRGBColor

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserItemDataText

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserItemDataValue

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserListViewDisclosureColumn

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserListViewHeaderBtnHeight

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserListViewUsePlainBackground

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserPropertyFlags

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetDataBrowserScrollBarInset

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetDataBrowserScrollPosition

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetDataBrowserSelectedItems

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetDataBrowserSelectionFlags

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetDataBrowserSortOrder

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetDataBrowserSortProperty

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserTableViewColumnPosition

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserTableViewColumnWidth

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserTableViewGeometry

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserTableViewHiliteStyle

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserTableViewItemRow

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserTableViewItemRowHeight

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserTableViewNamedColumnWidth

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Under Evaluation  SetDataBrowserTableViewRowHeight

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetDataBrowserTarget

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetDataBrowserUserState

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetDataBrowserViewStyle

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  SetDisclosureTriangleLastValue

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetImageWellContentInfo

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetImageWellTransform

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetKeyboardFocus

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  SetNextControl

The SetNextControl function is not supported in Carbon. Use the Control Manager's embedding hierarchy functions (CreateRootControl, GetRootControl, EmbedControl, AutoEmbedControl, GetSuperControl, GetIndexedSubControl, and SetControlSupervisor) to determine control ordering instead.

Supported  SetTabEnabled

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetUpControlBackground

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SetUpControlTextColor

Available in Mac OS 8.5 and later when Carbon 1.0.2 or later is present.

Supported  ShowControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  SizeControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Under Evaluation  SortDataBrowserContainer

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

Supported  TestControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  testcontrol

Use TestControl instead. Not available in Carbon.

Supported  TrackControl

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Unsupported  trackcontrol

Use TrackControl instead. Not available in Carbon.

Under Evaluation  UnflattenControl

Supported  UpdateControls

Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.

Supported  UpdateDataBrowserItems

Available in Mac OS 8.1 and later when Carbon 1.1 or later is present.

[Table of Contents] [Manager Index] [Function Index]

Generated on: 5/11/2000. Copyright © 1999, 2000 Apple Computer, Inc. All rights reserved.